EventPattern(TSender?, TEventArgs) constructor¶
Defined in
Type: EventPatternSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public EventPattern(TSender? sender, TEventArgs e)
Summary: Creates a new data representation instance of a .NET event invocation with the given sender and event data.
Parameters
| Name | Type | Description |
|---|---|---|
sender | TSender? | The sender object that raised the event. |
e | TEventArgs | The event data that was generated by the event. |